From: GPSBabel Date: Tue, 13 Nov 2018 21:07:09 +0000 (-0600) Subject: Remove leftover code from 'adding class' change X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~8^2~73^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=273922c04cade16190028cbc37be850ac4d20b1e;p=gpsbabel.git Remove leftover code from 'adding class' change As tsteven4 points out, No reasing to move is_internal to local and back --- diff --git a/xcsv.cc b/xcsv.cc index 55e91b22d..4efbe9f54 100644 --- a/xcsv.cc +++ b/xcsv.cc @@ -142,10 +142,6 @@ xcsv_destroy_style(void) if (xcsv_file.mkshort_handle) { mkshort_del_handle(&xcsv_file.mkshort_handle); } - - /* return everything to zeros */ - int internal = xcsv_file.is_internal; - xcsv_file.is_internal = internal; } // Given a keyword of "COMMASPACE", return ", ".